Conversation
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
|
|
||
| describe('createLocalisationVariantGroup', () => { | ||
| it('should create a new localisation variationgroup then add group to Resources group', () => { | ||
| delete project.getPBXObject('PBXVariantGroup'); |
|
|
||
| describe('createVariantGroup', () => { | ||
| it('should create a new Test Variant Group', () => { | ||
| delete project.getPBXObject('PBXVariantGroup'); |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #150 +/- ##
==========================================
+ Coverage 89.97% 96.91% +6.94%
==========================================
Files 6 51 +45
Lines 2374 11125 +8751
==========================================
+ Hits 2136 10782 +8646
- Misses 238 343 +105 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0721708 to
d75c67b
Compare
dpogue
left a comment
There was a problem hiding this comment.
There are a few CodeQL annotations in the diff around missing semicolons that seem worth adding.
I wouldn't worry about the deleting of non-properties since that's how it's always been.
I pushed an update to add the missing semicolons. |
nodeunitfornode:testnycfornode:testcoverage